home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_51 / DoAction.as
Text File  |  2011-08-19  |  463b  |  22 lines

  1. _quality = "HIGH";
  2. _root.clock.gotoAndStop(1);
  3. _root.gameInProgress = 0;
  4. _root.ATV_keyBlock = 1;
  5. removeMovieClip(ATVclip);
  6. stopAllSounds();
  7. myStopAllSouds();
  8. removeLandmarks();
  9. _root.level1_ice_win.start(0,0);
  10. _root.global_win.start(0,0);
  11. if(landmark_count > 0)
  12. {
  13.    _root.landmark_display_count.play();
  14. }
  15. else
  16. {
  17.    _root.landmark_display_count.gotoAndPlay("ready");
  18. }
  19. _root.nextButton._visible = 0;
  20. _root.engineSound.gotoAndStop(1);
  21. stop();
  22.